Add gnulib support for pthread_sigmask.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:58:37 +0000 (10:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:58:37 +0000 (10:58 -0700)
commitae489c91155b3661d6879d731aa8e8dae5e37a87
tree6b790e45bf1d603343b875ed74544d17432cfc61
parent5e2eb5710871a52ddb7b44a095ad065bb9f7e40a
Add gnulib support for pthread_sigmask.

* Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
(GNULIB_TOOL_FLAGS): Avoid sigprocmask.  Emacs does its own
implementation of 'sigprocmask' on Windows, and it assumes
'sigprocmask' on non-Windows hosts, so it doesn't need the
sigprocmask module.
* lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
New files, automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
due to the above changes.
* .bzrignore: Add lib/signal.h.
.bzrignore
ChangeLog
Makefile.in
lib/gnulib.mk
lib/signal.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/pthread_sigmask.m4 [new file with mode: 0644]
m4/signal_h.m4 [new file with mode: 0644]